﻿2026-07-06T05:56:11.6247497Z ##[group]Run set -euo pipefail
2026-07-06T05:56:11.6247899Z [36;1mset -euo pipefail[0m
2026-07-06T05:56:11.6248146Z [36;1mPIN=0c95435[0m
2026-07-06T05:56:11.6248393Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T05:56:11.6248670Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T05:56:11.6249114Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T05:56:11.6249571Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T05:56:11.6250040Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T05:56:11.6250421Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T05:56:11.6250686Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T05:56:11.6250984Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T05:56:11.6251328Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T05:56:11.6251695Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T05:56:11.6252001Z [36;1mfi[0m
2026-07-06T05:56:11.6252315Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T05:56:11.6266190Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T05:56:11.6266508Z env:
2026-07-06T05:56:11.6266733Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T05:56:11.6266995Z ##[endgroup]
2026-07-06T05:56:11.9201435Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:56:11.9202094Z    Compiling quote v1.0.45
2026-07-06T05:56:11.9202459Z    Compiling unicode-ident v1.0.24
2026-07-06T05:56:11.9202797Z    Compiling libc v0.2.186
2026-07-06T05:56:11.9203136Z    Compiling serde_core v1.0.228
2026-07-06T05:56:11.9227949Z    Compiling cfg-if v1.0.4
2026-07-06T05:56:11.9257630Z    Compiling serde v1.0.228
2026-07-06T05:56:11.9269631Z    Compiling log v0.4.32
2026-07-06T05:56:11.9321115Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:56:11.9360808Z    Compiling portable-atomic v1.13.1
2026-07-06T05:56:11.9361700Z    Compiling typenum v1.20.1
2026-07-06T05:56:11.9362148Z    Compiling memchr v2.8.1
2026-07-06T05:56:11.9507788Z    Compiling version_check v0.9.5
2026-07-06T05:56:11.9620044Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:56:11.9639794Z    Compiling shlex v2.0.1
2026-07-06T05:56:11.9771034Z    Compiling critical-section v1.2.0
2026-07-06T05:56:12.0167104Z    Compiling bytes v1.11.1
2026-07-06T05:56:12.0202705Z    Compiling futures-core v0.3.32
2026-07-06T05:56:12.1072453Z    Compiling subtle v2.6.1
2026-07-06T05:56:12.1858176Z    Compiling equivalent v1.0.2
2026-07-06T05:56:12.2121247Z    Compiling smallvec v1.15.1
2026-07-06T05:56:12.2296572Z    Compiling itoa v1.0.18
2026-07-06T05:56:12.2313686Z    Compiling semver v1.0.28
2026-07-06T05:56:12.2957976Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:56:12.3145863Z    Compiling futures-sink v0.3.32
2026-07-06T05:56:12.3638269Z    Compiling futures-io v0.3.32
2026-07-06T05:56:12.3687718Z    Compiling slab v0.4.12
2026-07-06T05:56:12.3750924Z    Compiling futures-task v0.3.32
2026-07-06T05:56:12.4070901Z    Compiling futures-channel v0.3.32
2026-07-06T05:56:12.5010597Z    Compiling rand_core v0.10.1
2026-07-06T05:56:12.5095545Z    Compiling hashbrown v0.17.1
2026-07-06T05:56:12.5259524Z    Compiling bitflags v2.12.1
2026-07-06T05:56:12.5440638Z    Compiling generic-array v0.14.7
2026-07-06T05:56:12.5671827Z    Compiling rustc_version v0.4.1
2026-07-06T05:56:12.5717327Z    Compiling rustversion v1.0.22
2026-07-06T05:56:12.5824529Z    Compiling cpufeatures v0.2.17
2026-07-06T05:56:12.6209055Z    Compiling getrandom v0.4.2
2026-07-06T05:56:12.6511564Z    Compiling fnv v1.0.7
2026-07-06T05:56:12.6700850Z    Compiling strsim v0.11.1
2026-07-06T05:56:12.7150810Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:56:12.7250682Z    Compiling writeable v0.6.3
2026-07-06T05:56:12.7900529Z    Compiling litemap v0.8.2
2026-07-06T05:56:12.8791015Z    Compiling utf8_iter v1.0.4
2026-07-06T05:56:12.9118518Z    Compiling ident_case v1.0.1
2026-07-06T05:56:12.9360692Z    Compiling fs_extra v1.3.0
2026-07-06T05:56:12.9521171Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:56:12.9680562Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:56:13.0290422Z    Compiling dunce v1.0.5
2026-07-06T05:56:13.0360380Z    Compiling percent-encoding v2.3.2
2026-07-06T05:56:13.0430700Z    Compiling autocfg v1.5.1
2026-07-06T05:56:13.0740574Z    Compiling http v1.4.1
2026-07-06T05:56:13.1110757Z    Compiling thiserror v2.0.18
2026-07-06T05:56:13.2971543Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:56:13.3400394Z    Compiling cpufeatures v0.3.0
2026-07-06T05:56:13.4238358Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:56:13.4360567Z    Compiling scopeguard v1.2.0
2026-07-06T05:56:13.4460718Z    Compiling chacha20 v0.10.0
2026-07-06T05:56:13.4870706Z    Compiling syn v2.0.117
2026-07-06T05:56:13.5000459Z    Compiling lock_api v0.4.14
2026-07-06T05:56:13.5237117Z    Compiling indexmap v2.14.0
2026-07-06T05:56:13.5342170Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:56:13.5830814Z    Compiling untrusted v0.9.0
2026-07-06T05:56:13.6550913Z    Compiling heck v0.5.0
2026-07-06T05:56:13.6673463Z    Compiling rustls v0.23.40
2026-07-06T05:56:13.6958316Z    Compiling const-oid v0.10.2
2026-07-06T05:56:13.7381431Z    Compiling atomic-waker v1.1.2
2026-07-06T05:56:13.7490565Z    Compiling anyhow v1.0.102
2026-07-06T05:56:13.8230520Z    Compiling unicode-xid v0.2.6
2026-07-06T05:56:13.8338885Z    Compiling zerocopy v0.8.50
2026-07-06T05:56:13.8670873Z    Compiling paste v1.0.15
2026-07-06T05:56:13.8910547Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:56:13.9010246Z    Compiling httparse v1.10.1
2026-07-06T05:56:13.9160646Z    Compiling convert_case v0.10.0
2026-07-06T05:56:13.9511196Z    Compiling num-traits v0.2.19
2026-07-06T05:56:13.9895030Z    Compiling jobserver v0.1.34
2026-07-06T05:56:14.0870651Z    Compiling hybrid-array v0.4.12
2026-07-06T05:56:14.1162079Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:56:14.1690694Z    Compiling ahash v0.8.12
2026-07-06T05:56:14.1790323Z    Compiling powerfmt v0.2.0
2026-07-06T05:56:14.2442484Z    Compiling http-body v1.0.1
2026-07-06T05:56:14.2890527Z    Compiling cc v1.2.63
2026-07-06T05:56:14.3404467Z    Compiling fastrand v2.4.1
2026-07-06T05:56:14.3669969Z    Compiling either v1.16.0
2026-07-06T05:56:14.3760869Z    Compiling base64ct v1.8.3
2026-07-06T05:56:14.4343088Z    Compiling deranged v0.5.8
2026-07-06T05:56:14.4817599Z    Compiling mio v1.2.1
2026-07-06T05:56:14.4850840Z    Compiling socket2 v0.6.4
2026-07-06T05:56:14.5849288Z    Compiling getrandom v0.2.17
2026-07-06T05:56:14.6210819Z    Compiling crypto-common v0.1.7
2026-07-06T05:56:14.6554932Z    Compiling block-buffer v0.10.4
2026-07-06T05:56:14.7710888Z    Compiling digest v0.10.7
2026-07-06T05:56:14.7773209Z    Compiling rand_core v0.6.4
2026-07-06T05:56:14.7882528Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:56:14.9360957Z    Compiling rand v0.10.1
2026-07-06T05:56:14.9597234Z    Compiling uuid v1.23.2
2026-07-06T05:56:14.9719811Z    Compiling num-conv v0.2.2
2026-07-06T05:56:14.9900745Z    Compiling pkg-config v0.3.33
2026-07-06T05:56:15.0220235Z    Compiling vcpkg v0.2.15
2026-07-06T05:56:15.0310346Z    Compiling time-core v0.1.8
2026-07-06T05:56:15.1338265Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:56:15.2057499Z    Compiling zmij v1.0.21
2026-07-06T05:56:15.2253713Z    Compiling tower-service v0.3.3
2026-07-06T05:56:15.2270133Z    Compiling try-lock v0.2.5
2026-07-06T05:56:15.2850149Z    Compiling base64 v0.22.1
2026-07-06T05:56:15.3297326Z    Compiling data-encoding v2.11.0
2026-07-06T05:56:15.3515358Z    Compiling want v0.3.1
2026-07-06T05:56:15.4150283Z    Compiling tinyvec v1.11.0
2026-07-06T05:56:15.4430444Z    Compiling parking_lot v0.12.5
2026-07-06T05:56:15.5690368Z    Compiling sha2 v0.10.9
2026-07-06T05:56:15.5800405Z    Compiling crypto-common v0.2.2
2026-07-06T05:56:15.5948652Z    Compiling block-buffer v0.12.0
2026-07-06T05:56:15.7497999Z    Compiling cmake v0.1.58
2026-07-06T05:56:15.7670492Z    Compiling inout v0.1.4
2026-07-06T05:56:15.8189607Z    Compiling vergen-lib v9.1.0
2026-07-06T05:56:15.9385355Z    Compiling n0-future v0.3.2
2026-07-06T05:56:15.9540806Z    Compiling parking v2.2.1
2026-07-06T05:56:15.9940648Z    Compiling spin v0.10.0
2026-07-06T05:56:16.0104082Z    Compiling httpdate v1.0.3
2026-07-06T05:56:16.0710372Z    Compiling cordyceps v0.3.4
2026-07-06T05:56:16.1110366Z    Compiling winnow v1.0.3
2026-07-06T05:56:16.1410452Z    Compiling signature v2.2.0
2026-07-06T05:56:16.1547969Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:56:16.1620650Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:56:16.1754105Z    Compiling serde_json v1.0.150
2026-07-06T05:56:16.2436502Z    Compiling ed25519 v2.2.3
2026-07-06T05:56:16.2673117Z    Compiling futures-lite v2.6.1
2026-07-06T05:56:16.3070541Z    Compiling cipher v0.4.4
2026-07-06T05:56:16.3674745Z    Compiling netlink-packet-core v0.8.1
2026-07-06T05:56:16.3824276Z    Compiling universal-hash v0.5.1
2026-07-06T05:56:16.3944827Z    Compiling vergen v9.1.0
2026-07-06T05:56:16.4611083Z    Compiling futures-buffered v0.2.13
2026-07-06T05:56:16.4786804Z    Compiling vergen-lib v0.1.6
2026-07-06T05:56:16.5154435Z    Compiling heapless v0.7.17
2026-07-06T05:56:16.5390727Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:56:16.5666868Z    Compiling noq-udp v0.10.0
2026-07-06T05:56:16.6010674Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:56:16.6079729Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:56:16.6511290Z    Compiling digest v0.11.3
2026-07-06T05:56:16.6904476Z    Compiling opaque-debug v0.3.1
2026-07-06T05:56:16.7380522Z    Compiling byteorder v1.5.0
2026-07-06T05:56:16.7461197Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:56:16.7670120Z    Compiling polyval v0.6.2
2026-07-06T05:56:16.7760658Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:56:16.7840915Z    Compiling ring v0.17.14
2026-07-06T05:56:16.7949800Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:56:16.9190400Z    Compiling hash32 v0.2.1
2026-07-06T05:56:16.9680335Z    Compiling spin v0.9.8
2026-07-06T05:56:17.0038088Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:56:17.0655284Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:56:17.1492422Z    Compiling ryu v1.0.23
2026-07-06T05:56:17.1626988Z    Compiling num_threads v0.1.7
2026-07-06T05:56:17.1840796Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:56:17.1970967Z    Compiling tower-layer v0.3.3
2026-07-06T05:56:17.2580983Z    Compiling signature v3.0.0
2026-07-06T05:56:17.3481592Z    Compiling time v0.3.47
2026-07-06T05:56:17.3860871Z    Compiling ghash v0.5.1
2026-07-06T05:56:17.4091245Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:56:17.4130565Z    Compiling ctr v0.9.2
2026-07-06T05:56:17.4341013Z    Compiling aes v0.8.4
2026-07-06T05:56:17.5100547Z    Compiling aead v0.5.2
2026-07-06T05:56:17.5810391Z    Compiling fs2 v0.4.3
2026-07-06T05:56:17.6390710Z    Compiling http-body-util v0.1.3
2026-07-06T05:56:17.6624887Z    Compiling arrayvec v0.7.6
2026-07-06T05:56:17.6747555Z    Compiling utf8parse v0.2.2
2026-07-06T05:56:17.7580402Z    Compiling openssl-probe v0.2.1
2026-07-06T05:56:17.7960515Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:56:17.8500413Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:56:17.9360419Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:56:17.9890539Z    Compiling blake3 v1.8.5
2026-07-06T05:56:18.0140300Z    Compiling netlink-packet-route v0.29.0
2026-07-06T05:56:18.0442797Z    Compiling memoffset v0.6.5
2026-07-06T05:56:18.1471030Z    Compiling aes-gcm v0.10.3
2026-07-06T05:56:18.2484042Z    Compiling acto v0.8.2
2026-07-06T05:56:18.2630409Z    Compiling noq v0.18.0
2026-07-06T05:56:18.3002682Z    Compiling netwatch v0.16.0
2026-07-06T05:56:18.3282232Z    Compiling xml-rs v0.8.28
2026-07-06T05:56:18.4314187Z    Compiling ref-cast v1.0.25
2026-07-06T05:56:18.4490957Z    Compiling identity-hash v0.1.0
2026-07-06T05:56:18.5484511Z    Compiling rustc-hash v2.1.2
2026-07-06T05:56:18.5673954Z    Compiling tagptr v0.2.0
2026-07-06T05:56:18.5677619Z    Compiling foldhash v0.2.0
2026-07-06T05:56:18.6630996Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:56:18.7010571Z    Compiling lru-slab v0.1.2
2026-07-06T05:56:18.7240741Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:56:18.7420943Z    Compiling mac-addr v0.3.0
2026-07-06T05:56:18.8107205Z    Compiling thiserror v1.0.69
2026-07-06T05:56:18.8327024Z    Compiling rustix v1.1.4
2026-07-06T05:56:18.8799367Z    Compiling synstructure v0.13.2
2026-07-06T05:56:18.9440609Z    Compiling darling_core v0.20.11
2026-07-06T05:56:18.9635216Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:56:19.2248929Z    Compiling xmltree v0.10.3
2026-07-06T05:56:19.2770432Z    Compiling hashbrown v0.16.1
2026-07-06T05:56:19.4460762Z    Compiling netlink-packet-route v0.30.0
2026-07-06T05:56:19.7938618Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:56:19.8290650Z    Compiling errno v0.3.14
2026-07-06T05:56:19.9590674Z    Compiling serial-core v0.4.0
2026-07-06T05:56:19.9759656Z    Compiling ioctl-rs v0.1.6
2026-07-06T05:56:20.0221972Z    Compiling termios v0.2.2
2026-07-06T05:56:20.0840680Z    Compiling aho-corasick v1.1.4
2026-07-06T05:56:20.1166369Z    Compiling simple-dns v0.9.3
2026-07-06T05:56:20.1871179Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:56:20.1874553Z    Compiling sha1_smol v1.0.1
2026-07-06T05:56:20.1951840Z    Compiling simdutf8 v0.1.5
2026-07-06T05:56:20.2188571Z    Compiling arrayref v0.3.9
2026-07-06T05:56:20.2641932Z    Compiling toml_write v0.1.2
2026-07-06T05:56:20.3271753Z    Compiling linux-raw-sys v0.12.1
2026-07-06T05:56:20.3480783Z    Compiling smol_str v0.1.24
2026-07-06T05:56:20.3971399Z    Compiling regex-syntax v0.8.10
2026-07-06T05:56:20.4129369Z    Compiling signal-hook v0.3.18
2026-07-06T05:56:20.4502054Z    Compiling resolv-conf v0.7.6
2026-07-06T05:56:20.5247635Z    Compiling winnow v0.7.15
2026-07-06T05:56:20.5766981Z    Compiling serial-unix v0.4.0
2026-07-06T05:56:20.6472979Z    Compiling lru v0.16.4
2026-07-06T05:56:20.7926004Z    Compiling signal-hook-registry v1.4.8
2026-07-06T05:56:20.9340504Z    Compiling darling_core v0.23.0
2026-07-06T05:56:21.0251587Z    Compiling serde_bytes v0.11.19
2026-07-06T05:56:21.1010731Z    Compiling serde_derive v1.0.228
2026-07-06T05:56:21.2412567Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:56:21.3140098Z    Compiling tokio-macros v2.7.0
2026-07-06T05:56:21.3770746Z    Compiling futures-macro v0.3.32
2026-07-06T05:56:21.8440674Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:56:22.0331251Z    Compiling zeroize v1.8.2
2026-07-06T05:56:22.0936402Z    Compiling tokio v1.52.3
2026-07-06T05:56:22.2591155Z    Compiling yoke-derive v0.8.2
2026-07-06T05:56:22.4550659Z    Compiling futures-util v0.3.32
2026-07-06T05:56:22.5970640Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:56:23.0260465Z    Compiling displaydoc v0.2.6
2026-07-06T05:56:23.1070716Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:56:23.5009513Z    Compiling zerofrom v0.1.8
2026-07-06T05:56:23.6691166Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:56:23.8630885Z    Compiling yoke v0.8.3
2026-07-06T05:56:24.0380582Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:56:24.1470436Z    Compiling zerotrie v0.2.4
2026-07-06T05:56:24.2094070Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:56:24.3489187Z    Compiling zerovec v0.11.6
2026-07-06T05:56:24.6130680Z    Compiling darling_macro v0.20.11
2026-07-06T05:56:24.6633072Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:56:24.7710399Z    Compiling spez v0.1.2
2026-07-06T05:56:24.8308750Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:56:25.0261280Z    Compiling darling v0.20.11
2026-07-06T05:56:25.1680670Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:56:25.2335256Z    Compiling tinystr v0.8.3
2026-07-06T05:56:25.3138770Z    Compiling potential_utf v0.1.5
2026-07-06T05:56:25.3543607Z    Compiling der v0.8.0-rc.10
2026-07-06T05:56:25.4580834Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:56:25.5040342Z    Compiling icu_collections v2.2.0
2026-07-06T05:56:26.0487990Z    Compiling n0-error v0.1.3
2026-07-06T05:56:26.0859636Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:56:26.2680607Z    Compiling futures-executor v0.3.32
2026-07-06T05:56:26.4600467Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:56:26.5100515Z    Compiling futures v0.3.32
2026-07-06T05:56:26.6000744Z    Compiling cobs v0.3.0
2026-07-06T05:56:26.6154661Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:56:26.6270865Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:56:26.8370589Z    Compiling icu_provider v2.2.0
2026-07-06T05:56:26.9141407Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T05:56:26.9531393Z    Compiling derive_builder v0.20.2
2026-07-06T05:56:27.2690441Z    Compiling icu_properties v2.2.0
2026-07-06T05:56:27.2880639Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:56:27.4050573Z    Compiling ipnet v2.12.0
2026-07-06T05:56:27.4990947Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:56:27.7116981Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:56:27.7330328Z    Compiling pin-project v1.1.13
2026-07-06T05:56:27.8180312Z    Compiling prefix-trie v0.8.4
2026-07-06T05:56:27.8937622Z    Compiling once_cell v1.21.4
2026-07-06T05:56:27.9621427Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:56:28.0250949Z    Compiling postcard-derive v0.2.2
2026-07-06T05:56:28.1920455Z    Compiling tracing-core v0.1.36
2026-07-06T05:56:28.5100848Z    Compiling hashbrown v0.14.5
2026-07-06T05:56:28.5140855Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:56:28.5951297Z    Compiling rustls-native-certs v0.8.4
2026-07-06T05:56:28.6101571Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:56:28.6681692Z    Compiling strum_macros v0.28.0
2026-07-06T05:56:28.7573199Z    Compiling idna_adapter v1.2.2
2026-07-06T05:56:28.7915245Z    Compiling tokio-util v0.7.18
2026-07-06T05:56:28.9010737Z    Compiling tracing v0.1.44
2026-07-06T05:56:28.9587809Z    Compiling idna v1.1.0
2026-07-06T05:56:29.1310304Z    Compiling netlink-sys v0.8.8
2026-07-06T05:56:29.1490356Z    Compiling tower v0.5.3
2026-07-06T05:56:29.2220847Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:56:29.2390257Z    Compiling postcard v1.1.3
2026-07-06T05:56:29.3120650Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:56:29.5230345Z    Compiling url v2.5.8
2026-07-06T05:56:29.5337044Z    Compiling hashlink v0.9.1
2026-07-06T05:56:29.5533043Z    Compiling derive_more v2.1.1
2026-07-06T05:56:29.5870807Z    Compiling enum-assoc v1.3.0
2026-07-06T05:56:29.6729639Z    Compiling async-trait v0.1.89
2026-07-06T05:56:29.7545961Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:56:29.7810905Z    Compiling netlink-proto v0.12.0
2026-07-06T05:56:29.8961154Z    Compiling h2 v0.4.14
2026-07-06T05:56:29.9852621Z    Compiling rusqlite v0.32.1
2026-07-06T05:56:30.0461052Z    Compiling n0-watcher v0.6.1
2026-07-06T05:56:30.0830638Z    Compiling tokio-stream v0.1.18
2026-07-06T05:56:30.0957098Z    Compiling netdev v0.42.0
2026-07-06T05:56:30.3070341Z    Compiling iroh-relay v0.98.0
2026-07-06T05:56:30.3173075Z    Compiling moka v0.12.15
2026-07-06T05:56:30.5544434Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:56:30.5713893Z    Compiling num_enum v0.7.6
2026-07-06T05:56:30.6130560Z    Compiling iroh-base v0.98.0
2026-07-06T05:56:30.6380893Z    Compiling attohttpc v0.30.1
2026-07-06T05:56:30.6960448Z    Compiling tower-http v0.6.11
2026-07-06T05:56:30.7501856Z    Compiling toml_datetime v0.6.11
2026-07-06T05:56:30.7698591Z    Compiling serde_spanned v0.6.9
2026-07-06T05:56:30.8720438Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:56:30.9180448Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:56:31.2510967Z    Compiling toml_edit v0.22.27
2026-07-06T05:56:31.3310415Z    Compiling webpki-roots v1.0.7
2026-07-06T05:56:31.4780965Z    Compiling regex-automata v0.4.14
2026-07-06T05:56:31.5024918Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:56:31.6420874Z    Compiling schemars_derive v1.2.1
2026-07-06T05:56:31.7700910Z    Compiling hmac v0.12.1
2026-07-06T05:56:31.9310677Z    Compiling strum v0.28.0
2026-07-06T05:56:31.9709306Z    Compiling seize v0.5.1
2026-07-06T05:56:32.0652054Z    Compiling iroh-dns v0.98.0
2026-07-06T05:56:32.0770617Z    Compiling iroh v0.98.2
2026-07-06T05:56:32.1170619Z    Compiling pin-utils v0.1.0
2026-07-06T05:56:32.2120624Z    Compiling bitflags v1.3.2
2026-07-06T05:56:32.2780599Z    Compiling dyn-clone v1.0.20
2026-07-06T05:56:32.2930522Z    Compiling cmov v0.5.4
2026-07-06T05:56:32.4060715Z    Compiling rustix v0.38.44
2026-07-06T05:56:32.4890858Z    Compiling papaya v0.2.4
2026-07-06T05:56:32.5690557Z    Compiling nix v0.25.1
2026-07-06T05:56:32.6026169Z    Compiling ctutils v0.4.2
2026-07-06T05:56:32.6226334Z    Compiling filedescriptor v0.8.3
2026-07-06T05:56:32.6362504Z    Compiling hkdf v0.12.4
2026-07-06T05:56:32.7730706Z    Compiling backon v1.6.0
2026-07-06T05:56:32.8791737Z    Compiling darling_macro v0.23.0
2026-07-06T05:56:32.8940684Z    Compiling serial v0.4.0
2026-07-06T05:56:32.9411926Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:56:32.9810856Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:56:33.0535557Z    Compiling colorchoice v1.0.5
2026-07-06T05:56:33.0721371Z    Compiling foldhash v0.1.5
2026-07-06T05:56:33.1540650Z    Compiling shell-words v1.1.1
2026-07-06T05:56:33.1821108Z    Compiling linux-raw-sys v0.4.15
2026-07-06T05:56:33.2201397Z    Compiling instability v0.3.12
2026-07-06T05:56:33.2970540Z    Compiling downcast-rs v1.2.1
2026-07-06T05:56:33.3305945Z    Compiling anstyle-query v1.1.5
2026-07-06T05:56:33.3440354Z    Compiling anstyle v1.0.14
2026-07-06T05:56:33.3850726Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:56:33.4078576Z    Compiling vte v0.13.1
2026-07-06T05:56:33.4243919Z    Compiling darling v0.23.0
2026-07-06T05:56:33.4254262Z    Compiling hashbrown v0.15.5
2026-07-06T05:56:33.4534685Z    Compiling signal-hook-mio v0.2.5
2026-07-06T05:56:33.4830626Z    Compiling spake2 v0.4.0
2026-07-06T05:56:33.4960406Z    Compiling terminal_size v0.4.4
2026-07-06T05:56:33.5750893Z    Compiling anstream v1.0.0
2026-07-06T05:56:33.6447679Z    Compiling strum_macros v0.26.4
2026-07-06T05:56:33.6770828Z    Compiling sha1 v0.10.6
2026-07-06T05:56:33.8749999Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:56:33.9960981Z    Compiling itertools v0.13.0
2026-07-06T05:56:34.0570806Z    Compiling castaway v0.2.4
2026-07-06T05:56:34.0918229Z    Compiling schemars v1.2.1
2026-07-06T05:56:34.1817085Z    Compiling indoc v2.0.7
2026-07-06T05:56:34.4161624Z    Compiling toml v0.8.23
2026-07-06T05:56:34.6110944Z    Compiling doctest-file v1.1.1
2026-07-06T05:56:34.7870560Z    Compiling regex v1.12.3
2026-07-06T05:56:35.1681143Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:56:35.3509247Z    Compiling static_assertions v1.1.0
2026-07-06T05:56:35.4180818Z    Compiling unicode-width v0.1.14
2026-07-06T05:56:35.6167281Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:56:35.7420885Z    Compiling hyper v1.10.1
2026-07-06T05:56:35.7916275Z    Compiling clap_lex v1.1.0
2026-07-06T05:56:36.1110555Z    Compiling clap_builder v4.6.0
2026-07-06T05:56:36.1830502Z    Compiling compact_str v0.8.2
2026-07-06T05:56:36.4322692Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:56:36.4960559Z    Compiling strum v0.26.3
2026-07-06T05:56:36.6040608Z    Compiling interprocess v2.4.2
2026-07-06T05:56:36.6170502Z    Compiling crossterm v0.28.1
2026-07-06T05:56:36.9820810Z    Compiling lru v0.12.5
2026-07-06T05:56:37.1151108Z    Compiling clap_derive v4.6.1
2026-07-06T05:56:37.2030528Z    Compiling iana-time-zone v0.1.65
2026-07-06T05:56:37.2741149Z    Compiling cassowary v0.3.0
2026-07-06T05:56:37.3237424Z    Compiling unicode-width v0.2.0
2026-07-06T05:56:37.5504303Z    Compiling portable-pty v0.8.1
2026-07-06T05:56:37.5710443Z    Compiling chrono v0.4.45
2026-07-06T05:56:37.6474139Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:56:37.6702574Z    Compiling qrcode v0.14.1
2026-07-06T05:56:37.8941425Z    Compiling hyper-util v0.1.20
2026-07-06T05:56:38.0071451Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:56:38.1711256Z    Compiling ratatui v0.29.0
2026-07-06T05:56:38.5371152Z    Compiling tempfile v3.27.0
2026-07-06T05:56:39.1178861Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:56:39.4438805Z    Compiling clap v4.6.1
2026-07-06T05:56:39.9860556Z    Compiling igd-next v0.17.1
2026-07-06T05:56:41.3453886Z    Compiling portmapper v0.16.0
2026-07-06T05:56:47.3077069Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:56:49.8057585Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:56:49.8058270Z    Compiling noq-proto v0.17.0
2026-07-06T05:56:49.8058765Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:56:49.9531993Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:56:49.9532703Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:56:49.9533115Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:56:50.0970186Z    Compiling reqwest v0.13.4
2026-07-06T05:56:51.0816996Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:57:05.5765673Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:57:07.1162995Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:57:15.1162552Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:57:19.8849561Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-06T05:57:19.9121459Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T05:57:19.9138354Z 
2026-07-06T05:57:19.9138529Z running 1 test
2026-07-06T05:57:26.1508071Z test new_brain_serves_against_old_broker ... ok
2026-07-06T05:57:26.1508472Z 
2026-07-06T05:57:26.1508754Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.24s
2026-07-06T05:57:26.1509441Z 
